﻿:root {
    --bs-body-color: #262626;
    --bs-light: rgba(230,230,230,0.75);
    --bs-primary: #536779;
    --bs-primary-darken: #2753be;
    --bs-danger: #c12c20;
    --bs-warning: #ffb400;
    --bs-warning-lighten: #fef9e7;
    --bs-warning-darken: #eb702d;
    --bs-success: #aad059;
    --bs-success-darken: #399366;
    --bs-link-color: #262626;
    --bs-link-hover-color: #1890ff;
    --bs-stroke: rgb(178,178,178);
}

body {
    color: var(--bs-body-color);
    font-size: 14px;
}

p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

a {
    color: var(--bs-link-color);
}

    a:hover {
        color: var(--bs-link-hover-color);
        text-decoration: none;
    }

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.text-white-30 {
    color: rgba(255, 255, 255, 0.3) !important;
}

.border-white-50 {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.border-primary {
    border-color: #068bc3 !important;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-primary-darken {
    background-color: var(--bs-primary-darken) !important;
}

.bg-danger {
    background-color: var(--bs-danger) !important;
}

.bg-warning {
    background-color: var(--bs-warning) !important;
}

.bg-warning-lighten {
    background-color: var(--bs-warning-lighten) !important;
}

.bg-warning-darken {
    background-color: var(--bs-warning-darken) !important;
}

.bg-success {
    background-color: var(--bs-success) !important;
}

.bg-success-darken {
    background-color: var(--bs-success-darken) !important;
}

.bg-light {
    background-color: var(--bs-light) !important;
}

.text-warning-darken {
    color: var(--bs-warning-darken) !important;
}

.rounded-pill {
    border-radius: 1.5rem !important;
}

.page-link {
    color: #000;
    border: 1px solid var(--bs-primary);
}

    .page-link:hover {
        color: #fff;
        background-color: var(--bs-primary);
        border-color: var(--bs-primary);
    }

.page-item.active .page-link {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}


.widget-financial-service .financial-list ul li {
    display: block;
    margin-bottom: 10px;
}

    .widget-financial-service .financial-list ul li:last-child {
        margin-bottom: 0;
    }

    .widget-financial-service .financial-list ul li a {
        color: #000;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 700;
        padding: 7px 32px;
        border: 1px solid #dcdcdc;
        border-radius: 4px;
        position: relative;
        transition: all 0.5s ease-in-out;
    }

        .widget-financial-service .financial-list ul li a.active {
            color: #2753be;
        }

        .widget-financial-service .financial-list ul li a:hover {
            color: #fff;
            border-color: #2753be;
        }

            .widget-financial-service .financial-list ul li a:hover i {
                color: #fff;
            }

            .widget-financial-service .financial-list ul li a:hover:after {
                width: 100%;
                left: 0;
                border-color: #2753be;
            }

        .widget-financial-service .financial-list ul li a:before {
            content: "";
            height: calc(100% + 2px);
            width: 4%;
            background-color: transparent;
            position: absolute;
            bottom: -1px;
            left: -1px;
            border: 1px solid #2753be;
            border-radius: 4px 0px 0px 4px;
            border-right: none;
            transition: all 0.5s ease-in-out;
        }

        .widget-financial-service .financial-list ul li a:after {
            content: "";
            height: 100%;
            width: 0;
            background-color: #2753be;
            border-radius: 4px;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0px;
            z-index: -1;
            transition: all 0.5s ease-out;
        }

        .widget-financial-service .financial-list ul li a i {
            color: #c0c0c0;
            font-size: 14px;
            transition: all 0.3s ease-in-out;
        }

.btn-link-more {
    display: inline-block;
    font-weight: 400;
    color: var(--bs-primary);
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid var(--bs-primary);
    padding: 0.65rem 2.75rem;
    font-size: 0.85rem;
    line-height: 1.5;
    border-radius: 0.1rem !important;
}

    .btn-link-more:hover {
        border: 1px solid var(--bs-link-hover-color);
        color: var(--bs-link-hover-color);
    }

.business-block {
    background: url('../img/bg-1.jpg') no-repeat;
    background-size: cover;
}

    .business-block .business-block-item img {
        filter: grayscale(100%);
    }

    .business-block .business-block-item:hover img {
        filter: grayscale(0%);
    }

    .business-block .business-block-item:hover a {
        color: var(--bs-link-hover-color);
    }

.news-block {
    background: url('../img/bg-2.jpg') no-repeat;
    background-size: cover;
}

header.header .header-menu {
    background: transparent url('../img/bg-menu-layout1.png') repeat-x;
}

    header.header .header-menu .container {
        background: transparent url('../img/bg-0.jpg') no-repeat top center;
    }

.header-slider-layout {
    background: transparent url('../img/bg-slider.jpg') no-repeat top center;
    background-size: cover;
}

.article-layout p {
    text-indent: 28px;
}

.block-title {
    width: 327px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: transparent url('../img/bg-title.png') no-repeat;
}

.card {
    overflow: hidden;
}

    .card:hover .card-img-top {
        opacity: 0.7;
        -webkit-filter: saturate(0.5);
        filter: saturate(0.5);
    }

    .card:hover .h6 {
        color: var(--bs-link-hover-color);
    }

@media only screen and (max-width: 768px) {
    .page-svg-text-en {
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 1199px) {
    .header-action-layout1 {
        display: none;
    }

    .container-xl {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 992px) {
    .container-lg, .container-xl {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 1024px) {
    nav.template-main-menu > ul > li {
        margin: 0;
    }

    .container {
        max-width: 994px;
    }

    .container-lg, .container-xl {
        max-width: 1024px;
    }
}

@media only screen and (min-width: 1280px) {
    nav.template-main-menu > ul > li {
        margin: 0rem;
        padding: 0rem;
    }

        nav.template-main-menu > ul > li > a {
            font-size: 14px;
        }

    .container {
        max-width: 1250px;
    }

    .container-lg, .container-xl {
        max-width: 1280px;
    }
}

@media only screen and (min-width: 1366px) {
    nav.template-main-menu > ul > li {
        margin: 0rem;
        padding: 0rem;
    }

        nav.template-main-menu > ul > li > a {
            font-size: 16px;
        }

    .container {
        max-width: 1336px;
    }

    .container-lg, .container-xl {
        max-width: 1366px;
    }
}

@media only screen and (min-width: 1440px) {
    nav.template-main-menu > ul > li {
        padding: 0 0.1rem;
        margin: 0;
    }

        nav.template-main-menu > ul > li > a {
            font-size: 16px;
        }

    .container {
        max-width: 1410px;
    }

    .container-lg, .container-xl {
        max-width: 1440px;
    }
}

@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }

    .container-lg, .container-xl {
        max-width: 1600px;
    }

    #service-carousel .owl-nav button.owl-prev {
        left: -40px;
    }

    #service-carousel .owl-nav button.owl-next {
        right: -40px;
    }
}

@media only screen and (min-width: 1920px) {
    .container {
        max-width: 1440px;
    }

    .container-lg {
        max-width: 1600px;
    }

    .container-xl {
        max-width: 1920px;
    }

    #service-carousel .owl-nav button.owl-prev {
        left: -50px;
    }

    #service-carousel .owl-nav button.owl-next {
        right: -50px;
    }
}
